home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
GameKit
/
Headers
/
gamekit
/
gamekit.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-12
|
1KB
|
44 lines
#include <appkit/appkit.h> // makes the .p huge, but we need this below!
#include <gamekit/GKTypes.h>
#include <gamekit/GKMacros.h>
#include <gamekit/GKProtocols.h>
#include <gamekit/HighScoreProtocol.h>
#include <gamekit/GrayView2.h>
#include <gamekit/Animator.h>
#include <gamekit/AnimatedView.h>
#include <gamekit/DirtPile.h>
#include <gamekit/ScoreKeeper.h>
#include <gamekit/BonusTracker.h>
#include <gamekit/ArrayBonusTracker.h>
#include <gamekit/RandomBonusTracker.h>
#include <gamekit/GameActor.h>
#include <gamekit/GameBrain.h>
#include <gamekit/GameInfo.h>
#include <gamekit/GameView.h>
#include <gamekit/HighScoreController.h>
#include <gamekit/HighScoreTable.h>
#include <gamekit/HighScoreDistributor.h>
#include <gamekit/HighScoreServer.h>
#include <gamekit/HighScoreSlot.h>
#include <gamekit/GKHighScorePanel.h>
#include <gamekit/GKHSLocalServer.h>
#ifdef GK_USE_MUSICKIT
#include <gamekit/ScorePlayer.h>
#endif
#include <gamekit/GKSoundStream.h>
#include <gamekit/GKSound.h>
#include <gamekit/SoundPlayer.h>
#include <gamekit/InfoController.h>
#include <gamekit/PlayerUpView.h>
#include <gamekit/PreferencesBrain.h>
#include <gamekit/WinDel.h>
#include <gamekit/GKActorManager.h>
#include <gamekit/GKCollider.h>
#include <gamekit/GKCollisionGroup.h>
#include <gamekit/GKStage.h>
#include <gamekit/GKActor.h>
#include <gamekit/GKTextActor.h>
#include <gamekit/GKText.h>